Difference between revisions of "Win32"

From ReactOS Wiki
Jump to: navigation, search
m
m (unlink ReactOS)
Line 1: Line 1:
'''Win32''' is the 32bit Windows/[[ReactOS]] subsystem responsible for executing x86 compiled .EXE and other files.
+
'''Win32''' is the 32bit Windows/ReactOS subsystem responsible for executing x86 compiled .EXE and other files.
  
 
The Core of the Win32 subsystem is found in the following modules
 
The Core of the Win32 subsystem is found in the following modules

Revision as of 23:29, 28 August 2008

Win32 is the 32bit Windows/ReactOS subsystem responsible for executing x86 compiled .EXE and other files.

The Core of the Win32 subsystem is found in the following modules

Win32k.sys Gdi32.dll User32.dll

There are roughly ?40? other libraries that make up the rest of Win32.

External link