mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:55:45 -04:00
Initial community commit
This commit is contained in:
7
Src/playlist/plstring.h
Normal file
7
Src/playlist/plstring.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <bfc/platform/types.h>
|
||||
extern wchar_t *(*plstring_wcsdup)(const wchar_t *str);
|
||||
extern wchar_t *(*plstring_malloc)(size_t str_size);
|
||||
extern void (*plstring_release)(wchar_t *str);
|
||||
extern void (*plstring_retain)(wchar_t *str);
|
||||
void plstring_init();
|
Reference in New Issue
Block a user