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]