mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +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
|
void
|
||||||
RosRtlDevModeA2W ( LPDEVMODEW pW, const LPDEVMODEA pA );
|
RosRtlDevModeA2W ( LPDEVMODEW pW, const LPDEVMODEA pA );
|
||||||
|
void
|
||||||
|
RosRtlDevModeW2A( LPDEVMODEA pA, const LPDEVMODEW pW );
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue