Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
172 B

IFNDEF __PROFILE_INC__
__PROFILE_INC EQU 1
IF PROFILE
EXTRN __penter:NEAR
PROF_ENTRY MACRO
call __penter
ENDM
ELSE
PROF_ENTRY MACRO
ENDM
ENDIF
ENDIF