Added RosRtlDevModeW2A function.

svn path=/trunk/; revision=10192
This commit is contained in:
Gregor Anich 2004-07-18 12:51:46 +00:00
parent b96e6b7b0a
commit 9ba0b83e50

View file

@ -8,6 +8,8 @@ extern "C"
void
RosRtlDevModeA2W ( LPDEVMODEW pW, const LPDEVMODEA pA );
void
RosRtlDevModeW2A( LPDEVMODEA pA, const LPDEVMODEW pW );
#ifdef __cplusplus
}