The MASM Forum Archive 2004 to 2012

Project Support Forums => The GeneSys Development System => User Contributed Code => Topic started by: Vortex on December 07, 2006, 07:45:27 PM

Title: Macro to specify the most popular include file set
Post by: Vortex on December 07, 2006, 07:45:27 PM
Hi friends,

Here is a simple macro to use the most popular include files and import libraries :

use_std_SDK MACRO

include \GeneSys\macros\macros.asm
uselib kernel32,user32,gdi32,shell32,comctl32,comdlg32,msvcrt

ENDM


This macro can be added to windows.inc to be invoked from a source file.

Any suggestion is welcomed, please feel free to post your ideas.

[attachment deleted by admin]