Macro to specify the most popular include file set

Started by Vortex, December 07, 2006, 07:45:27 PM

Previous topic - Next topic

Vortex

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]