This website requires JavaScript.
Jelajahi
Bantuan
Masuk
crtxcr
/
looqs
Menonton
1
Bintang
0
Garpu
0
You've already forked looqs
Kode
Masalah
Tarik Permintaan
1
Rilis
Wiki
Kegiatan
b137dec434
looqs
/
gui
/
ipc.h
11 baris
97 B
C
Mentah
Pandangan Normal
Riwayat
Unescape
Escape
GUI: Begin IPC mechanism to open files despite sandboxing
2021-09-28 21:44:09 +02:00
#
ifndef IPC_H
#
define IPC_H
enum
IPCCommand
{
DocOpen
,
IpcServer: Add addFile()
2022-04-24 12:34:34 +02:00
FileOpen
,
AddFile
,
GUI: Begin IPC mechanism to open files despite sandboxing
2021-09-28 21:44:09 +02:00
}
;
#
endif
// IPC_H
Copy Permalink