From 58ff62843854be0bb75bdf8f3fa452dff6c3d7a7 Mon Sep 17 00:00:00 2001 From: crs Date: Wed, 31 Jul 2002 13:34:18 +0000 Subject: [PATCH] removed unintentional executable flag. --- notes | 6 ------ 1 file changed, 6 deletions(-) diff --git a/notes b/notes index 5b0ca199..ff76a503 100644 --- a/notes +++ b/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