Synchronize with trunk r58528.
[reactos.git] / lib / sdk / crt / string / _wsplitpath_s.c
1 /*
2 * COPYRIGHT: GNU GPL, see COPYING in the top level directory
3 * PROJECT: ReactOS crt library
4 * FILE: lib/sdk/crt/string/_wsplitpath_s.c
5 * PURPOSE: Implementation of _wsplitpath_s
6 * PROGRAMMER: Timo Kreuzer
7 */
8
9 #define _tsplitpath_x _wsplitpath_s
10 #define _UNICODE
11 #define IS_SECAPI 1
12
13 #include "_tsplitpath_x.h"