[ROSAPPS] Add part of missing sysutils folder and needed win32err lib to build.

svn path=/trunk/; revision=67421
This commit is contained in:
Daniel Reimer 2015-04-25 17:41:44 +00:00
parent df00499cad
commit b82a314189
9 changed files with 29 additions and 7 deletions

View file

@ -0,0 +1 @@
add_subdirectory(win32err)

View file

@ -0,0 +1,3 @@
add_library(win32err win32err.c)
add_dependencies(win32err psdk)