Changeset 76532 in vbox for trunk/src/VBox/Frontends/VBoxFB
- Timestamp:
- Dec 30, 2018 6:08:06 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127834
- Location:
- trunk/src/VBox/Frontends/VBoxFB
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxFB/Framebuffer.h
r71651 r76532 17 17 #ifndef __H_FRAMEBUFFER 18 18 #define __H_FRAMEBUFFER 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 # pragma once 21 #endif 19 22 20 23 #include "VBoxFB.h" -
trunk/src/VBox/Frontends/VBoxFB/Helper.h
r69500 r76532 19 19 #ifndef __H_HELPER 20 20 #define __H_HELPER 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #define MAX_VIDEOMODES 64 -
trunk/src/VBox/Frontends/VBoxFB/VBoxFB.h
r69500 r76532 19 19 #ifndef __H_VBOXFB 20 20 #define __H_VBOXFB 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <stdlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.