Changeset 62812 in vbox for trunk/src/VBox/GuestHost/OpenGL/packer
- Timestamp:
- Aug 1, 2016 12:20:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109399
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c
r62492 r62812 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox Packing VisibleRegion information … … 20 21 21 22 #ifdef WINDOWS 22 # include <windows.h>23 # include <iprt/win/windows.h> 23 24 #endif 24 25 … … 54 55 crError( "crPackWindowVisibleRegionSWAP unimplemented and shouldn't be called" ); 55 56 } 57
Note:
See TracChangeset
for help on using the changeset viewer.