避免激活冲突
This commit is contained in:
parent
be1cce2561
commit
979164b3e8
@ -1,5 +1,5 @@
|
||||
{
|
||||
"bookmarks": [
|
||||
],
|
||||
"timestamp": "1735569601958"
|
||||
"timestamp": "1735569836344"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"breakpoints": [
|
||||
],
|
||||
"timestamp": "1735569601958",
|
||||
"timestamp": "1735569836344",
|
||||
"watchvars": [
|
||||
]
|
||||
}
|
||||
|
@ -45,17 +45,17 @@ ParellelBuildingJobs = 0
|
||||
|
||||
|
||||
[Unit1]
|
||||
FileName = resource.rc
|
||||
FileName = main.c
|
||||
CompileCpp = 0
|
||||
Folder = Resources
|
||||
Folder =
|
||||
Compile = 1
|
||||
Link = 0
|
||||
Link = 1
|
||||
Priority = 1000
|
||||
OverrideBuildCmd = 0
|
||||
BuildCmd =
|
||||
Encoding = 0
|
||||
FileEncoding = PROJECT
|
||||
RealEncoding = ASCII
|
||||
RealEncoding = UTF-8
|
||||
|
||||
|
||||
[VersionInfo]
|
||||
@ -79,17 +79,17 @@ SyncProduct = 1
|
||||
|
||||
|
||||
[Unit2]
|
||||
FileName = main.c
|
||||
Folder =
|
||||
FileName = resource.rc
|
||||
Folder = Resources
|
||||
Compile = 1
|
||||
Link = 1
|
||||
Link = 0
|
||||
Priority = 1000
|
||||
OverrideBuildCmd = 0
|
||||
BuildCmd =
|
||||
Encoding = 0
|
||||
CompileCpp = 0
|
||||
FileEncoding = PROJECT
|
||||
RealEncoding = UTF-8
|
||||
RealEncoding = ASCII
|
||||
|
||||
|
||||
[CompilerSettings]
|
||||
|
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
[
|
||||
{
|
||||
"caretX": 24,
|
||||
"caretY": 220,
|
||||
"caretX": 8,
|
||||
"caretY": 411,
|
||||
"filename": "C:/Users/anonymous/Desktop/CApp/PandaCpp/VoiletWindowsActionTool/main.c",
|
||||
"focused": true,
|
||||
"isOpen": true,
|
||||
"left": 0,
|
||||
"order": 0,
|
||||
"top": 5100
|
||||
"top": 9950
|
||||
}
|
||||
]
|
||||
|
2
main.c
2
main.c
@ -420,7 +420,9 @@ void StartAction(void)
|
||||
void ExecActionCommand(void)
|
||||
{
|
||||
InstallKey();
|
||||
Sleep(3000);
|
||||
SetActionServer();
|
||||
Sleep(3000);
|
||||
StartAction();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user