mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 14:39:46 +00:00

This adds a vew basic stubs of the SkyOS libraries libsky and libskygi. This actually was an experiment if SkyOS apps run in ReactOS/Win/WINE. It gets a slightly patched (only the optional PE header needs to be set to the right subsys code) version of TicTacToe released in the SkyOS forums. It doesn't crash but also doesn't work yet of course, but it successfully launches and calls the functions as you can see in the debug output. svn path=/trunk/; revision=10501
6 lines
101 B
C
6 lines
101 B
C
#ifndef __LIBSKY_RESOURCE_H
|
|
#define __LIBSKY_RESOURCE_H
|
|
|
|
#endif /* __LIBSKY_RESOURCE_H */
|
|
|
|
/* EOF */
|