Changeset 53008 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPVideoPortAPI.cpp
- Timestamp:
- Oct 9, 2014 11:34:57 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPVideoPortAPI.cpp
r37423 r53008 89 89 VideoPortZeroMemory(pAPI, sizeof(VBOXVIDEOPORTPROCS)); 90 90 91 if (VBoxQueryWinVersion() <= WIN NT4)91 if (VBoxQueryWinVersion() <= WINVERSION_NT4) 92 92 { 93 93 /* VideoPortGetProcAddress is available for >= win2k */
Note:
See TracChangeset
for help on using the changeset viewer.