_kernel_
Index
‹
Windows OS
‹
Drivers
Author
Message
Shelliemarie
Posted: Fri May 28 11:49:07 CDT 2004
Top
Drivers >> _kernel_
is _WIN32 under windows equivalent to _KERNEL_ flag in linux?
Windows OS104
Alexander
Posted: Fri May 28 11:49:07 CDT 2004
Top
Drivers >> _kernel_ No.
> is _WIN32 under windows equivalent to _KERNEL_ flag in linux?
anonymous
Posted: 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
Posted: 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
Index
‹
Windows OS
‹
Drivers