removed unintentional executable flag.

This commit is contained in:
crs 2002-07-31 13:34:18 +00:00
parent 32c98816f5
commit 58ff628438
1 changed files with 0 additions and 6 deletions

6
notes
View File

@ -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