removed unintentional executable flag.
This commit is contained in:
parent
32c98816f5
commit
58ff628438
6
notes
6
notes
|
@ -89,12 +89,6 @@ win32:
|
|||
provide taskbar icon
|
||||
provide control panel?
|
||||
|
||||
win32 dll:
|
||||
should make this as small as possible
|
||||
don't use standard libraries
|
||||
use custom _DllMainCRTStartup(); just call DllMain() from it.
|
||||
use /MERGE linker switch to merge sections
|
||||
|
||||
win32 service:
|
||||
need message table for proper event reporting
|
||||
|
||||
|
|
Loading…
Reference in New Issue