_kernel_  
Author Message
Shelliemarie





PostPosted: Fri May 28 11:49:07 CDT 2004 Top

Drivers >> _kernel_

is _WIN32 under windows equivalent to _KERNEL_ flag in linux?

Windows OS104  
 
 
Alexander





PostPosted: Fri May 28 11:49:07 CDT 2004 Top

Drivers >> _kernel_ No.



> is _WIN32 under windows equivalent to _KERNEL_ flag in linux?


 
 
anonymous





PostPosted: Mon May 31 00:46:05 CDT 2004 Top

Drivers >> _kernel_ what is the windows equivalent of _kernel_ ? if i were to port a linux code to windows, whats the equivalent in windows
thanks
 
 
Maxim





PostPosted: Mon May 31 00:59:44 CDT 2004 Top

Drivers >> _kernel_ Define the macro you want in your SOURCES file like:

C_DEFINES=$(C_DEFINES) _D_NTKERNEL_

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation

http://www.storagecraft.com




> what is the windows equivalent of _kernel_ ? if i were to port a linux code
to windows, whats the equivalent in windows?
> thanks