mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
Added RosRtlDevModeW2A function.
svn path=/trunk/; revision=10192
This commit is contained in:
parent
b96e6b7b0a
commit
9ba0b83e50
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ extern "C"
|
|||
|
||||
void
|
||||
RosRtlDevModeA2W ( LPDEVMODEW pW, const LPDEVMODEA pA );
|
||||
void
|
||||
RosRtlDevModeW2A( LPDEVMODEA pA, const LPDEVMODEW pW );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue