mirror of
https://github.com/encounter/wibo.git
synced 2026-03-30 11:42:31 -07:00
11 lines
133 B
C++
11 lines
133 B
C++
#include "modules.h"
|
|
|
|
extern const wibo::ModuleStub lib_ws2 = {
|
|
(const char *[]){
|
|
"WS2_32",
|
|
nullptr,
|
|
},
|
|
nullptr,
|
|
nullptr,
|
|
};
|